Comment on page

SMTP setup

We have used email for sending you link in case you may have forgotten your password. In order to setup SMTP just edit these values in the .env file
.env file
in MAIL_HOST = keep your own website value as mail.yourwebsite.com
in MAIL_USERNAME -> Place the email address you created from cPanel email accounts
in MAIL_PASSWORD -> The password for above email address
MAIL_FROM_ADDRESS -> yourwebsite.com
Leave all the other fields as it is
you can refer to this link if you find any confusions.